Fix completion retrieval parsing.
authorFabián Ezequiel Gallina <fgallina@gnu.org>
Sat, 21 Jun 2014 14:14:54 +0000 (11:14 -0300)
committerFabián Ezequiel Gallina <fgallina@gnu.org>
Sat, 21 Jun 2014 14:14:54 +0000 (11:14 -0300)
commit443c0b2b3f90624bc254af8e758ee19dbe772c9a
tree96afadb8934449109b93e1c52043303d0877a5dd
parent8027198cdcb80acbae72a341d87fa6a7e96583a9
Fix completion retrieval parsing.
* progmodes/python.el (python-mode):
(python-util-strip-string): New function.
(python-shell-completion-get-completions): Use it.

* automated/python-tests.el (python-util-strip-string-1): New test.
lisp/ChangeLog
lisp/progmodes/python.el
test/ChangeLog
test/automated/python-tests.el